Q3NURBPatch_EmptyData
You can use theQ3NURBPatch_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3NURBPatch_GetData
.
TQ3Status Q3NURBPatch_EmptyData ( TQ3NURBPatchData *nurbPatchData);
nurbPatchData
- A pointer to a
TQ3NURBPatchData
structure.DESCRIPTION
TheQ3NURBPatch_EmptyData
function releases the memory occupied by theTQ3NURBPatchData
structure pointed to by thenurbPatchData
parameter; that memory was allocated by a previous call toQ3NURBPatch_GetData
.